Throttling
Group "Throttling"
| Parameter | Description |
|---|---|
| cell.activity.continue | Threshold of active processes above which signals from cells will be accepted again. A value of -1 deactivates the lower limit. |
| cell.activity.suspend | Threshold of active processes below which signals from cells are no longer accepted. A value of -1 disables throttling entirely. |
| cell.retry.max | Maximum number of attempts to transmit a signal before an error is reported. |
| cell.retry.time | Number of seconds Orchestra waits before resending a signal to the cell. |
| file.directory | Path to a directory monitored by throttling services. The service computes its size, and throttling rules may activate once limits are exceeded. |
| file.signal.maxSize | File size threshold (in MB) at which Orchestra releases waiting signals as quickly as possible. |
| file.signal.minSize | File size threshold (in MB) at which Orchestra stops the early release of signals. A value of -1 deactivates the lower limit. |
| notification.interval | Notification interval (in seconds). Only one notification of the same category and source is sent within this interval. |
| notification.state | State of throttling notification: - true = notifications enabled - false = notifications disabled |
| rule.default.retryAfter | Default value for the Retry-After configuration (in seconds). |
| signal.lifetime | Minimum lifetime of a signal (in minutes) while the system is in an overflow state. If smaller than queue.signal.lifetime, signals may be released earlier. |
| updateTime | Refresh interval (in seconds) at which Orchestra recalculates the system state for throttling. |